home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / jump_dontstop.swf / scripts / DefineButton2_152 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  130 b   |  7 lines

  1. on(release){
  2.    _root.level += 1;
  3.    _root.gotoAndStop(5 + _root.level);
  4.    _root.removeall();
  5.    this.removeMovieClip();
  6. }
  7.